runtime.schedt.maxmcount (field)
7 uses
runtime (current package)
proc.go#L827: sched.maxmcount = 10000
proc.go#L919: if count > sched.maxmcount {
proc.go#L920: print("runtime: program exceeds ", sched.maxmcount, "-thread limit\n")
proc.go#L7130: out = int(sched.maxmcount)
proc.go#L7132: sched.maxmcount = 0x7fffffff
proc.go#L7134: sched.maxmcount = int32(in)
runtime2.go#L772: maxmcount int32 // maximum number of m's allowed (or die)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)